[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RmDir                    Removes a Subdirectory

 RmDir(DirPath : <string>);                                              [TP]

    Removes the subdirectory whose directory name is DirPath. If no drive
    is specified, the current drive is assumed. If the pathname does not
    start with a backslash ('\'), the pathname is relative to the current
    directory.

         DirPath    Name of subdirectory to be removed, optionally
                    preceded by a pathname.

  -------------------------------- Example ---------------------------------

           RmDir('TEMP');                   { remove subdirectory TEMP }
           RmDir('C:\BIN\TEST.COM');        { remove this directory }

See Also: MkDir GetDir ChDir
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson